@charset "utf-8";

body{
	width:auto;
    margin:0 auto;
	font-family:verdana;
	overflow:visible;
	color:#282828;
	 }
	 
	 	 #menu{
	position:absolute; 
	z-index:3; 
	top:10px; 
	left:35px;
	}
	 
a:link{
	text-decoration:none;
    color:#696969;
		}
a:hover{
	text-decoration:underline;
	}		

a:visited{ 
    text-decoration:none;
    color:#696969;
	    }				
img{
	border:0;
	padding:0;
	}
	
.container{
	width: 1200px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #FFFFFF ;
	box-shadow: 0 0 40px 1px #CECECE;
	-webkit-box-shadow: 0 0 10px 1px #CECECE;
	-moz-box-shadow:0 0 10px 1px #CECECE;
                }

#header{ 
    height:148px;
    width:1200px;
	border:none;
    position:relative;
	background-image:url(imges/banner_bg.png);
        }
		
.log1{
	position:absolute;
	left:50px;
	top:50px;
	z-index:1;	
  }
  
.log2{
	position:absolute;
	right:50px;
	top:70px;
    z-index:1;
	  }
 

#banner{
	height:366px;
    width:1100px;
    padding-left: 50px;
	margin-bottom:50px;
		 }

#content{
	width:1100px;
	margin-left:50px;
	height:700px;
	}
	
.H1{
	font-size: 20px;
	font-weight: 800;
	border-color: #7F7F7F;
	}
	
#content hr {
	width: 500px;
	text-align:left;
	background-color: #BCBCBC;
	border-color: #BCBCBC;
	}

#footer{
	margin-top:30px;
	width: 1100px;
	height: 160Px;
	padding: 40px 50px 0 50px;
	background-image:url(imges/footer%20new.png);
	
	}
	
#lay1{
	float:left;
	width:150px;
	height:150px;
	margin-right:87px;
	font-weight:600;
	font-size:12px;
	color:#696969;
	}	

#lay2{
	float:left;
	width:150px;
	height:150px;
	font-weight:600;
	font-size:12px;
	color:#696969;
	}
	
.clear{
	clear:both;
	}

#contact{
	margin-left:720px;
	font-size:12px;
	font-family:verdana;
	margin-bottom:50px
	}
	
#contact li{
	display:inline;
	list-style:none;
	padding:10px 10px;
	color: #B2B2B2;
	}

 #contact a:link{
	color: #B2B2B2;
    }

 #contact a:visited{
	color: #B2B2B2;
	}
